LTRIM$
LTRIM$ will return the Source String after any of the given unwanted character have been removed from the left of it.

ARGUMENTS:
* Source String = The source string
* Character = The character to be removed

RETURNS:
The new string.


SYNTAX
Return String=LTRIM$(Source String,Character)


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File